Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gas and nonce management for Ethereum #640

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Nov 5, 2019

  • Estimating gas is now an explicit opt in, and secondary to explicit
    gas values.
  • Nonces are only added if caliper signs the transactions
  • Update explicit gas in simple transfer queries

Signed-off-by: Danno Ferrin <[email protected]>

* See the License for the specific language governing permissions and
* limitations under the License.
*/
* Licensed under the Apache License, Version 2.0 (the "License");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space is not allowed before the *, the checker complains.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@aklenik aklenik added the PR/under review The PR is currently under review label Nov 6, 2019
@aklenik aklenik self-assigned this Nov 6, 2019
* Estimating gas is now an explicit opt in, and secondary to explicit
  gas values.
* Nonces are only added if caliper signs the transactions
* Update explicit gas in simple transfer queries

Signed-off-by: Danno Ferrin <[email protected]>
Copy link
Contributor

@aklenik aklenik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@aklenik aklenik merged commit ca05565 into hyperledger-caliper:master Nov 7, 2019
@aklenik aklenik removed the PR/under review The PR is currently under review label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants